r8 vs r9
......
33== 소개 ==
44이 문서는 마인크래프트의 명령어를 서술한 문서이다.
55== 명령어 ==
6||1. `/give [플레이어] [아이템] [수량]`||
6||`/give [플레이어] [아이템] [수량]`||
77||- 아이템을 플레이어에게 줌||
88
9||2. `/tp [대상] [목적지]`||
9||`/tp [대상] [목적지]`||
1010||- 플레이어 또는 엔티티를 특정 위치로 순간이동||
1111
12||3. `/gamemode [모드] [플레이어]`||
12||`/gamemode [모드] [플레이어]`||
1313||- 게임 모드 변경 (survival, creative, adventure, spectator)||
1414
15||4. `/time set [값]`||
15||`/time set [값]`||
1616||- 시간을 특정 값으로 설정 (ex: 0 = 아침)||
1717
18||5. `/weather [clear/rain/thunder]`||
18||`/weather [clear/rain/thunder]`||
1919||- 날씨 변경||
2020
21||6. `/spawnpoint [플레이어] [좌표]`||
21||`/spawnpoint [플레이어] [좌표]`||
2222||- 스폰 위치 설정||
2323
24||7. `/effect give [플레이어] [효과] [지속시간] [레벨]`||
24||`/effect give [플레이어] [효과] [지속시간] [레벨]`||
2525||- 상태 효과 부여||
2626
27||8. `/difficulty [peaceful/easy/normal/hard]`||
27||`/difficulty [peaceful/easy/normal/hard]`||
2828||- 난이도 설정||
2929
30||9. `/summon [엔티티] [좌표]`||
30||`/summon [엔티티] [좌표]`||
3131||- 특정 위치에 엔티티 소환||
3232
33||10. `/setblock [좌표] [블록]`||
33||`/setblock [좌표] [블록]`||
3434||- 특정 위치에 블록 설치||
3535
36||11. `/kill [대상]`||
36||`/kill [대상]`||
3737||- 엔티티나 플레이어 즉시 사망||
3838
39||12. `/clear [플레이어] [아이템]`||
39||`/clear [플레이어] [아이템]`||
4040||- 플레이어 인벤토리 아이템 제거||
4141
42||13. `/title [플레이어] [title/subtitle] [텍스트]`||
42||`/title [플레이어] [title/subtitle] [텍스트]`||
4343||- 화면 중앙에 텍스트 표시||
4444
45||14. `/msg [플레이어] [메시지]`||
45||`/msg [플레이어] [메시지]`||
4646||- 개인 쪽지 보내기||
4747
48||15. `/say [메시지]`||
48||`/say [메시지]`||
4949||- 전체 채팅에 메시지 출력||
5050
51||16. `/scoreboard objectives add [이름] dummy [설명]`||
51||`/scoreboard objectives add [이름] dummy [설명]`||
5252||- 점수판 목표 추가||
5353
54||17. `/scoreboard players set [플레이어] [목표] [점수]`||
54||`/scoreboard players set [플레이어] [목표] [점수]`||
5555||- 플레이어 점수 설정||
5656
57||18. `/xp [수량] [플레이어]`||
57||`/xp [수량] [플레이어]`||
5858||- 경험치 부여||
5959
60||19. `/fill [시작좌표] [끝좌표] [블록]`||
60||`/fill [시작좌표] [끝좌표] [블록]`||
6161||- 영역 내 블록 채우기||
6262
63||20. `/clone [시작좌표] [끝좌표] [대상좌표]`||
63||`/clone [시작좌표] [끝좌표] [대상좌표]`||
6464||- 영역 복사해서 붙여넣기||
6565
66||21. `/execute as [대상] run [명령어]`||
66||`/execute as [대상] run [명령어]`||
6767||- 특정 대상 입장에서 명령 실행||
6868
69||22. `/function [함수이름]`||
69||`/function [함수이름]`||
7070||- 함수 실행||
7171
72||23. `/data get entity [엔티티] [경로]`||
72||`/data get entity [엔티티] [경로]`||
7373||- 엔티티 데이터 조회||
7474
75||24. `/data merge entity [엔티티] {데이터}`||
75||`/data merge entity [엔티티] {데이터}`||
7676||- 엔티티 데이터 변경||
7777
78||25. `/bossbar add [id] [이름]`||
78||`/bossbar add [id] [이름]`||
7979||- 보스바 생성||
8080
81||26. `/bossbar set [id] value [숫자]`||
81||`/bossbar set [id] value [숫자]`||
8282||- 보스바 진행도 설정||
8383
84||27. `/weather clear`||
84||`/weather clear`||
8585||- 맑은 날씨 설정||
8686
87||28. `/weather rain`||
87||`/weather rain`||
8888||- 비 내리게 설정||
8989
90||29. `/weather thunder`||
90||`/weather thunder`||
9191||- 천둥 번개 설정||
9292
93||30. `/advancement grant [플레이어] only [진행]`||
93||`/advancement grant [플레이어] only [진행]`||
9494||- 특정 업적 부여||
9595
96||31. `/advancement revoke [플레이어] only [진행]`||
96||`/advancement revoke [플레이어] only [진행]`||
9797||- 특정 업적 제거||
9898
99||32. `/recipe give [플레이어] [레시피]`||
99||`/recipe give [플레이어] [레시피]`||
100100||- 조합법 부여||
101101
102||33. `/recipe take [플레이어] [레시피]`||
102||`/recipe take [플레이어] [레시피]`||
103103||- 조합법 제거||
104104
105||34. `/team add [팀이름] [설명]`||
105||`/team add [팀이름] [설명]`||
106106||- 팀 생성||
107107
108||35. `/team join [팀이름] [플레이어]`||
108||`/team join [팀이름] [플레이어]`||
109109||- 팀에 플레이어 추가||
110110
111||36. `/team leave [플레이어]`||
111||`/team leave [플레이어]`||
112112||- 팀에서 나가기||
113113
114||37. `/team remove [팀이름]`||
114||`/team remove [팀이름]`||
115115||- 팀 삭제||
116116
117||38. `/team list`||
117||`/team list`||
118118||- 팀 목록 표시||
119119
120||39. `/particle [이름] [좌표]`||
120||`/particle [이름] [좌표]`||
121121||- 파티클 효과 발생||
122122
123||40. `/playsound [사운드] [플레이어] [좌표]`||
123||`/playsound [사운드] [플레이어] [좌표]`||
124124||- 사운드 재생||
125125
126||41. `/locate [구조물]`||
126||`/locate [구조물]`||
127127||- 가장 가까운 구조물 위치 찾기||
128128
129||42. `/data remove entity [엔티티] [경로]`||
129||`/data remove entity [엔티티] [경로]`||
130130||- 엔티티 데이터 삭제||
131131
132||43. `/stop`||
132||`/stop`||
133133||- 서버 종료 (서버 전용)||
134134
135||44. `/save-all`||
135||`/save-all`||
136136||- 월드 저장||
137137
138||45. `/weather clear 1000`||
138||`/weather clear 1000`||
139139||- 1000 틱 동안 맑은 날씨 유지||
140140
141||46. `/gamerule [규칙] [값]`||
141||`/gamerule [규칙] [값]`||
142142||- 게임 규칙 설정||
143143
144||47. `/list`||
144||`/list`||
145145||- 서버 접속중인 플레이어 목록 표시||
146146
147||48. `/me [행동]`||
147||`/me [행동]`||
148148||- 3인칭 행동 메시지||
149149
150||49. `/msg [플레이어] [메시지]`||
150||`/msg [플레이어] [메시지]`||
151151||- 개인 메시지 보내기||
152152
153||50. `/whitelist add [플레이어]`||
153||`/whitelist add [플레이어]`||
154154||- 화이트리스트에 플레이어 추가||
155155
156||51. `/whitelist remove [플레이어]`||
156||`/whitelist remove [플레이어]`||
157157||- 화이트리스트에서 플레이어 제거||
158158
159||52. `/whitelist on`||
159||`/whitelist on`||
160160||- 화이트리스트 활성화||
161161
162||53. `/whitelist off`||
162||`/whitelist off`||
163163||- 화이트리스트 비활성화||
164164
165||54. `/seed`||
165||`/seed`||
166166||- 월드 시드 출력||
167167
168||55. `/difficulty peaceful`||
168||`/difficulty peaceful`||
169169||- 평화 모드 설정||
170170
171||56. `/difficulty easy`||
171||`/difficulty easy`||
172172||- 쉬움 모드 설정||
173173
174||57. `/difficulty normal`||
174||`/difficulty normal`||
175175||- 보통 모드 설정||
176176
177||58. `/difficulty hard`||
177||`/difficulty hard`||
178178||- 어려움 모드 설정||
179179
180||59. `/title [플레이어] clear`||
180||`/title [플레이어] clear`||
181181||- 화면 텍스트 제거||
182182
183||60. `/title [플레이어] reset`||
183||`/title [플레이어] reset`||
184184||- 타이틀 설정 초기화||
185185
186||61. `/playsound minecraft:entity.player.levelup master @a`||
186||`/playsound minecraft:entity.player.levelup master @a`||
187187||- 레벨업 사운드 전체 재생||
188188
189||62. `/effect clear [플레이어]`||
189||`/effect clear [플레이어]`||
190190||- 플레이어 상태효과 제거||
191191
192||63. `/spreadplayers [x] [z] [거리] [최대반경] [팀여부] [플레이어들]`||
192||`/spreadplayers [x] [z] [거리] [최대반경] [팀여부] [플레이어들]`||
193193||- 플레이어나 엔티티를 넓게 흩뜨리기||
194194
195||64. `/trigger [목표] [값]`||
195||`/trigger [목표] [값]`||
196196||- 트리거 점수판 명령 실행||
197197
198||65. `/locatebiome [바이옴 이름]`||
198||`/locatebiome [바이옴 이름]`||
199199||- 가까운 바이옴 위치 찾기||
200200
201||66. `/gamerule doDaylightCycle false`||
201||`/gamerule doDaylightCycle false`||
202202||- 낮-밤 사이클 비활성화||
203203
204||67. `/gamerule keepInventory true`||
204||`/gamerule keepInventory true`||
205205||- 죽어도 인벤토리 유지||
206206
207||68. `/gamerule mobGriefing false`||
207||`/gamerule mobGriefing false`||
208208||- 몹이 블록 파괴 못하게 설정||
209209
210||69. `/gamerule doMobSpawning false`||
210||`/gamerule doMobSpawning false`||
211211||- 몹 스폰 비활성화||
212212
213||70. `/gamerule naturalRegeneration false`||
213||`/gamerule naturalRegeneration false`||
214214||- 자연 회복 비활성화||
215215
216||71. `/enchant [플레이어] [마법] [레벨]`||
216||`/enchant [플레이어] [마법] [레벨]`||
217217||- 플레이어 아이템에 마법 부여||
218218
219||72. `/particle flame ~ ~1 ~ 0.5 0.5 0.5 0.01 10`||
219||`/particle flame ~ ~1 ~ 0.5 0.5 0.5 0.01 10`||
220220||- 특정 위치에 불꽃 파티클 생성||
221221
222||73. `/title @a subtitle {"text":"서브타이틀 예시","color":"gold"}`||
222||`/title @a subtitle {"text":"서브타이틀 예시","color":"gold"}`||
223223||- 서브타이틀 출력 (JSON 텍스트)||
224224
225||74. `/say 서버 점검 중입니다!`||
225||`/say 서버 점검 중입니다!`||
226226||- 전체 채팅 메시지 출력||
227227
228||75. `/weather rain 600`||
228||`/weather rain 600`||
229229||- 600틱 동안 비 내리기||
230230
231||76. `/tp @p @r`||
231||`/tp @p @r`||
232232||- 가장 가까운 플레이어를 무작위 플레이어에게 텔레포트||
233233
234||77. `/tellraw @a {"text":"환영합니다!","color":"green"}`||
234||`/tellraw @a {"text":"환영합니다!","color":"green"}`||
235235||- JSON 형식으로 화려한 채팅 메시지 보내기||
236236
237||78. `/clone ~1 ~ ~1 ~5 ~5 ~5 ~10 ~ ~10 replace`||
237||`/clone ~1 ~ ~1 ~5 ~5 ~5 ~10 ~ ~10 replace`||
238238||- 특정 영역 복사 후 붙여넣기 (대체 모드)||
239239
240||79. `/fill ~1 ~ ~1 ~5 ~5 ~5 minecraft:stone replace minecraft:dirt`||
240||`/fill ~1 ~ ~1 ~5 ~5 ~5 minecraft:stone replace minecraft:dirt`||
241241||- 흙을 돌로 바꾸기||
242242
243||80. `/execute at @e[type=zombie] run summon minecraft:lightning_bolt`||
243||`/execute at @e[type=zombie] run summon minecraft:lightning_bolt`||
244244||- 좀비 위치에 번개 소환||
245245
246||81. `/effect give @p minecraft:strength 60 1`||
246||`/effect give @p minecraft:strength 60 1`||
247247||- 60초 동안 힘 효과 부여 (레벨 2)||
248248
249||82. `/xp add @p 500`||
249||`/xp add @p 500`||
250250||- 플레이어에게 경험치 500 추가||
251251
252||83. `/summon minecraft:armor_stand ~ ~ ~`||
252||`/summon minecraft:armor_stand ~ ~ ~`||
253253||- 현재 위치에 갑옷 거치대 소환||
254254
255||84. `/scoreboard objectives setdisplay sidebar health`||
255||`/scoreboard objectives setdisplay sidebar health`||
256256||- 점수판 사이드바에 플레이어 체력 표시||
257257
258||85. `/team modify [팀이름] color red`||
258||`/team modify [팀이름] color red`||
259259||- 팀 색상 빨간색으로 변경||
260260
261||86. `/worldborder set 5000`||
261||`/worldborder set 5000`
262
263
264||
262265||- 월드 경계 반경 5000으로 설정||
263266
264||87. `/worldborder center 100 200`||
267||`/worldborder center 100 200`||
265268||- 월드 경계 중심 좌표 설정||
266269
267||88. `/worldborder add 1000`||
270||`/worldborder add 1000`||
268271||- 월드 경계 크기 1000만큼 늘리기||
269272
270||89. `/worldborder damage amount 2`||
273||`/worldborder damage amount 2`||
271274||- 월드 경계 밖 데미지 양 설정||
272275
273||90. `/execute as @a run say 안녕하세요!`||
276||`/execute as @a run say 안녕하세요!`||
274277||- 모든 플레이어가 "안녕하세요!" 말하게 하기||
275278
276||91. `/data get block ~ ~ ~`||
279||`/data get block ~ ~ ~`||
277280||- 현재 위치 블록 데이터 조회||
278281
279||92. `/data merge block ~ ~ ~ {CustomName:"\"Hello\"}"`||
282||`/data merge block ~ ~ ~ {CustomName:"\"Hello\"}"`||
280283||- 블록 이름 변경||
281284
282||93. `/spawnpoint @a ~ ~ ~`||
285||`/spawnpoint @a ~ ~ ~`||
283286||- 모든 플레이어 스폰 위치 현재 위치로 설정||
284287
285||94. `/forceload add ~ ~`||
288||`/forceload add ~ ~`||
286289||- 현재 청크 항상 로드||
287290
288||95. `/forceload remove ~ ~`||
291||`/forceload remove ~ ~`||
289292||- 현재 청크 강제 로드 해제||
290293
291||96. `/forceload query`||
294||`/forceload query`||
292295||- 강제 로드된 청크 목록 확인||
293296
294||97. `/summon minecraft:ender_dragon`||
297||`/summon minecraft:ender_dragon`||
295298||- 엔더 드래곤 소환||
296299
297||98. `/summon minecraft:wither`||
300||`/summon minecraft:wither`||
298301||- 위더 소환||
299302
300||99. `/title @a times 10 70 20`||
303||`/title @a times 10 70 20`||
301304||- 타이틀 애니메이션 시간 설정||
302305
303||100. `/data get entity @p`||
306||`/data get entity @p`||
304307||- 가장 가까운 플레이어 데이터 출력||